PDF4Java Reference Documentation
com.o2sol.pdf4java.destinations Package / PDFPageNumberDestination Class
Fields Methods


In This Topic
    PDFPageNumberDestination Class Members
    In This Topic

    The following tables list the members exposed by PDFPageNumberDestination.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodGets the bottom coordinate.
    The bottom coordinate is used by zoom mode. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodGets the COS destination. (Inherited from com.o2sol.pdf4java.destinations.PDFDestination)
    Public MethodGets the left coordinate.
    These zoom modes use the left coordinate: , , (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodGets the page number.
    First page in the document is 0.  
    Public MethodGets the right coordinate.
    The right coordinate is used by zoom mode. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodGets the top coordinate.
    These zoom modes use the top coordinate: , , (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodGets the destination type. (Inherited from com.o2sol.pdf4java.destinations.PDFDestination)
    Public MethodGets the zoom.
    A 0 zoom means the current zoom value does not change. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodGets the zoom mode. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodSets the bottom coordinate.
    The bottom coordinate is used by zoom mode. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodSets the left coordinate.
    These zoom modes use the left coordinate: , , (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodSets the page number.
    First page in the document is 0.  
    Public MethodSets the right coordinate.
    The right coordinate is used by zoom mode. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodSets the top coordinate.
    These zoom modes use the top coordinate: , , (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodSets the zoom.
    A 0 zoom means the current zoom value does not change. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Public MethodSets the zoom mode. (Inherited from com.o2sol.pdf4java.destinations.PDFPageDestination)
    Top
    See Also